home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound("6snd")
- set variable to the castNum of sprite the clickOn
- set variable to variable + 4
- set the castNum of sprite the clickOn to variable
- updateStage()
- repeat while the stillDown
- set the castNum of sprite the clickOn to variable
- updateStage()
- end repeat
- set variable to variable - 4
- set the castNum of sprite the clickOn to variable
- updateStage()
- go(marker(1))
- end
-